Приложения OpenXava applications были полностью оттестированы продуктивной эксплуатацией с применением WebSphere Application Server 8/6.1 и WebSphere Portal 8/6.1.
Ниже вы можете видеть несколько реальных примеров использования (снимки экрана) WebSphere Portal:
Используя данные цели ant, мы можем выполнить развертывание на WebSphere 8 и WebSphere Portal 8.
Загрузка классов (Class loading) (не требуется в WebSphere Portal 8)
OpenXava uses the libraries commons-codec and jakarta-poi that are also included in WebSphere (8 and 6.1). The problem is that the ones included in WebSphere (even in version 8) are older than the ones included in OpenXava. This can produce some problems when your code uses some features of OpenXava that use some of these libraries.
You have two solutions:
Configure the classloader order to give preference to the jars included in the WAR.
WebSphere
Приложения OpenXava applications были полностью оттестированы продуктивной эксплуатацией с применением WebSphere Application Server 8/6.1 и WebSphere Portal 8/6.1.Ниже вы можете видеть несколько реальных примеров использования (снимки экрана) WebSphere Portal:
Цели Ant (Ant targets) для WebSphere 8 и WebSphere Portal 8
Для использования OX внутри WebSphere нужно определить в скрипте сборки build.xml следующие цели ant:Используя данные цели ant, мы можем выполнить развертывание на WebSphere 8 и WebSphere Portal 8.
Загрузка классов (Class loading) (не требуется в WebSphere Portal 8)
OpenXava uses the libraries commons-codec and jakarta-poi that are also included in WebSphere (8 and 6.1). The problem is that the ones included in WebSphere (even in version 8) are older than the ones included in OpenXava. This can produce some problems when your code uses some features of OpenXava that use some of these libraries.You have two solutions:
Servlet 2.4 syntax forced for web.xml in WebSphere Portal 8
It means that you cannot use display-name and description at servlet level. Therefore, in your own servlets you have to change this:На нижеследующее: